home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-05-04 | 1.4 KB | 43 lines | [TEXT/GEOL] |
- Item 1684899 30-April-90 22:13PDT
-
- From: D6006 Custom Integration, Sang Lee,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- cc: D6006 Custom Integration, Sang Lee,PRT
-
- Sub: Help Me please
-
- I am a new MacApp user using C++.
-
- I am going thru MacApp 2.0 Tutorial (M0303LL/A) and running into a snag
- converting nested Pascal routines into C++ (Chapter 13, page 166)
-
- PROCEDURE TIconDocument.RedrawViews;
-
- PROCEDURE InvalidateView(aView: TView)
- BEGIN
- aView.ForceRedraw;
- END;
- BEGIN
- ForAllViewsDo(InvalidateView);
- End;
-
- Can you help me?
- Better yet, do you know if there is a C++ version of this tutorial??
- Or is there any C++ documents discribing the use of MacApp???
- It seems that all documents from APDA relating to MacApp is in PASCAL only..
- It's pretty frustrating trying to learn MacApp AND PASCAL AND C++ ..........
- The April 1990 "develop" article "SPEED YOUR SOFTWARE DEVELOPMENT WITH MacApp"
- page 158 says that MacApp comes bundled with five fully functional demo
- applications in Object Pascal and three in C++..... well I didn't get any.
- And I don't have a CD-ROM yet...
- Is it because this is apre-release?
- I just got my MacApp and C++ last week. Do you think I should of waited for the
- final release? When is the Final Release?
-
-
- Help...
- Thanks in advance.
-
-